Fix exporting vnet config to xenstore.
authormjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 10 Feb 2006 16:14:56 +0000 (17:14 +0100)
committermjw@wray-m-3.hpl.hp.com <mjw@wray-m-3.hpl.hp.com>
Fri, 10 Feb 2006 16:14:56 +0000 (17:14 +0100)
Signed-off-by: Mike Wray <mike.wray@hp.com>
tools/python/xen/xend/XendVnet.py

index f20a5b91eb623ac79ed105d17f43f0de64b9e363..8f5b6d7dc2d59bc32d7803f57ac0561f15558e5c 100644 (file)
@@ -63,7 +63,7 @@ class XendVnetInfo:
         to_store = {
             'id' : self.id,
             'dbid' : self.dbid,
-            'config' : sxp.to_string
+            'config' : sxp.to_string(self.config)
             }
         xstransact.Write(self.dbpath, to_store)